Skip to content

chore: break out session state variants into their own modules#319

Merged
davidsteiner merged 2 commits intomainfrom
318-break-out-session-state-variants-into-their-own-modules
Mar 17, 2026
Merged

chore: break out session state variants into their own modules#319
davidsteiner merged 2 commits intomainfrom
318-break-out-session-state-variants-into-their-own-modules

Conversation

@davidsteiner
Copy link
Member

No description provided.

@davidsteiner davidsteiner linked an issue Mar 17, 2026 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Mar 17, 2026

Codecov Report

❌ Patch coverage is 91.26984% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.90%. Comparing base (b984ecd) to head (cea28e8).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/hotfix/src/session/state.rs 75.00% 8 Missing ⚠️
crates/hotfix/src/initiator.rs 50.00% 1 Missing ⚠️
crates/hotfix/src/session.rs 88.88% 1 Missing ⚠️
crates/hotfix/src/session/state/awaiting_resend.rs 98.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #319      +/-   ##
==========================================
- Coverage   90.90%   90.90%   -0.01%     
==========================================
  Files          85       88       +3     
  Lines        8783     8781       -2     
==========================================
- Hits         7984     7982       -2     
  Misses        799      799              
Flag Coverage Δ
core 90.76% <91.26%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@davidsteiner davidsteiner merged commit 4fd0ad7 into main Mar 17, 2026
7 checks passed
@davidsteiner davidsteiner deleted the 318-break-out-session-state-variants-into-their-own-modules branch March 17, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Break out session state variants into their own modules

2 participants